Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
WordListBuilder::ListMatchingWords Method

List all words in the index that match an expression

public long ListMatchingWords( ref String toMatch, long nLimit, SearchFlags searchFlags, long fuzziness );
Parameters
Description
toMatch
The expression to match
nLimit
Maximum number of words to find
searchFlags
Flags indicating how to match the words
fuzziness
If searchFlags includes dtsSearchFuzzy, use fuzziness to indicate the degree of fuzziness

Number of words found.